{% extends "base.html" %} {% block title %}Vaultora — My Files{% endblock %} {% block content %}
| Filename | Uploaded | Expires | Actions |
|---|---|---|---|
| 📄 {{ file.filename }} | {{ file.uploaded_at.strftime('%Y-%m-%d') if file.uploaded_at else '—' }} | {% if file.expiry_at %} {{ (file.expiry_at | int) | format_expiry }} {% else %} Never {% endif %} |
No files uploaded yet.
Upload your first file using the panel on the left.